home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 8
/
Eagles_Nest_Mac_Collection_Disc_8.TOAST
/
Developer Tools⁄Additions
/
InsideBa1994
/
InsideBasic-94
/
IB 94
/
Simple DB
/
Simple DB.INCL
< prev
next >
Wrap
Text File
|
1993-10-21
|
1KB
|
22 lines
'===============================================================================
'= Copyright 1992 Staz™ Software, Inc. =
'= All rights reserved =
'= "Project.INCL" from PG:PRO =
'===============================================================================
INCLUDE FILE _aplIncl
COMPILE 0,_MacsbugLabels_strResource_caseInsensitive'set by PG:PRO
'
GLOBALS "PG PRO.GLBL"'include standard global file
'{PG7} 'PG PRO marker
'{PG8} 'PG PRO marker
GOTO"End Of Project Include"
INCLUDE "@Header.INCL"
'===============================================================================
' Put your application's LOCAL FNs here
'===============================================================================
LOCAL FN dummy
' This function just allows there to be something in the resource fork gWhen
' the include is compiled. You can remove it after you have added any other
' local function to the file.
END FN
"End Of Project Include"